home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 15 code / Symmetry & Tiles / Tiler Code / Group2.h < prev    next >
Encoding:
Text File  |  1993-06-09  |  345 b   |  10 lines  |  [TEXT/KAHL]

  1. ////////////////////////////////////
  2. //    Prototypes for group 2 routines
  3.  
  4. Boolean    p2_OpShapeHit(gxPoint *clickPt);
  5. void    p2_DragOpShape(gxShape dragShape, gxPoint *clickPt, gxPoint *anchor);
  6. void     p2_RemakeOpShapes(Boolean useDefaults);
  7. void    p2_SetDefaultDragger(gxShape snake);
  8. void    p2_ChangeLattice(void);
  9. void    p2_BuildCellShape(gxShape snake);
  10.